PATH![]() |
![]() ![]() |
When making a remote call to an application-defined function using MPRemoteCall , you must pass a constant of type MPRemoteContext in the context parameter specifying which contexts are allowed to execute the function.
enum {
kMPAnyRemoteContext = 0,
kMPOwningProcessRemoteContext = 1
};
typedef UInt8 MPRemoteContext;